Skip to main content

GraphPlot

GraphPlot[g] generates a plot of the graph g.

GraphPlot[{e1,e2,…}] generates a plot of the graph with edges ei.

GraphPlot[{…,w[ei],…}] plots ei with features defined by the symbolic wrapper w.

GraphPlot[{vi1->vj1,…}] uses rules vik->vjk to specify the graph g.

GraphPlot[m] uses the adjacency matrix m to specify the graph g.

Please visit the official Wolfram Language Reference for more details and examples on core symbols.